Reactive   A
last analyzed

Complexity

Total Complexity 4

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 5
rs 10
c 0
b 0
f 0
wmc 4

4 Functions

Rating   Name   Duplication   Size   Complexity  
A createCycle 0 1 1
A syncEffect 0 1 1
A findValue 0 1 1
A addReactiveElement 0 1 1
1
export class Reactive{
2
    addReactiveElement(element:any,effect:any):void
3
    findValue(valueElement:any):void
4
    syncEffect():void
5
    createCycle():void
6
}